C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / TransposedGrid<T> Constructor
The html helper
The selector

In This Topic
TransposedGrid<T> Constructor
In This Topic
Creates one TransposedGrid<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
 

Parameters

helper
The html helper
selector
The selector
See Also